Hello everybody,
is there any possibility to call DOORS from c# like in the following VBA script?
Sub testDoors()
Set DOORSObj = CreateObject("DOORS.Application")
SendKeys "user" & "{TAB}" & "password" & "{ENTER}", True
DOORSObj.Result = "Just checking"
DOORSObj.runFile ("C:\Program Files\Telelogic\DOORS_8.3\lib\dxl\addins\user\m.dxl")
DOORSObj.runFile ("C:\Program Files\Telelogic\DOORS_8.3\lib\dxl\addins\user\l.dxl")
End Sub
Thanks in advance
EA2412 - Wed Jan 27 12:13:36 EST 2010 |